home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / mac / EURO_1 / EURO_1.INI < prev    next >
Encoding:
INI File  |  1996-03-09  |  12.4 KB  |  290 lines  |  [TEXT/dosa]

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 4.0 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version
  7. ; of the file.  To change a setting, you must remove the comment
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's
  11. ; internal defaults.  The default value for a setting is used when it
  12. ; isn't explictly set in the .INI file or when no .INI file exists.
  13. ; Since these defaults are already stored internally in the Director
  14. ; application and projectors, it is *not* necessary to distribute this
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable.
  20.  
  21. [Memory]
  22. ExtraMemory=4500
  23. ; Amount of kBytes over and above physical memory for use by a projector.
  24.  
  25. ;SwapFileMeg=0
  26. ; Amount of megabytes of SwapFile space to enable during authoring.
  27. ; Default is to allow swapfile space of up to 1/2 of the available
  28. ; physical RAM.
  29. ;
  30.  
  31. [Graphics]
  32. Wing=1
  33. ; 0: Do not use WinG graphics accelerator.
  34. ; 1: Use WinG graphics accelerator software. This requires
  35. ;    certain system files to be installed. Projector size and memory
  36. ;    usage may increase. See the documentation for details.
  37.  
  38. [Palette]
  39. ;Animation=1
  40. ; 1: allows director to take control of the palette for fast palette effects
  41. ;    and transitions.
  42. ; 0: prevents director from taking control of the palette so other apps,
  43. ;    wallpaper etc. look better but palette effects and transitions will
  44. ;    be slower.
  45.  
  46. ; Global Sound Settings ------------------------------------------------
  47.  
  48. [Sound]
  49. ; Settings in the [Sound] section apply to all sound cards.
  50.  
  51. ;SpoolBufferAlloc=0
  52. ; When to allocate spool buffers
  53. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  54. ; 1 means allocate spool once at startup and keep for entire session.
  55.  
  56. ;LowSpoolBufferMs=2500
  57. ; Length of one 8bit spool buffer, in milliseconds.
  58.  
  59. ;HighSpoolBufferMs=1500
  60. ; Length of one 16-bit spool buffer, in milliseconds.
  61.  
  62. ;SpoolBufferCount=2
  63. ; Number of spool buffers to use. Must range from 2 to 10.
  64.  
  65. ;MixMaxChannels=4
  66. ; Maximum number of channels supported by the sound mixer. The actual
  67. ; number you can mix depends on the processing power of your computer.
  68. ; Must range from 1 to 8.
  69.  
  70. ;MixWaveDevice=0
  71. ; DeviceID of waveOut device to use for playing.
  72. ; Must range from 0 to (# of devices - 1).
  73.  
  74. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  75. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  76. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  77. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  78. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  79. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  80. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  81. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  82.  
  83. MixMaxFidelity=1
  84. ; Sets a limit on the fidelity of sound output. For best performance, use
  85. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  86. ; possible of the three fixed sound formats (0, 1, 2):
  87. ;  0  = 22.05k samples/sec, 8-bit, mono
  88. ;  1  = 22.05k samples/sec, 8-bit, stereo
  89. ;  2  = 44.1k samples/sec, 16-bit, stereo
  90. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  91. ;       sounds determines the format for that run.  The format used is the
  92. ;       lowest of the three output formats (0,1,2 above) which is as close
  93. ;       as possible in fidelity to the sound to be played, while still being
  94. ;       supported by the installed sound card.
  95.  
  96. ; Default Sound Settings -----------------------------------------------
  97.  
  98. [Low Mono Default Sound]
  99. ; Settings in the [Low Mono Default Sound] section apply when the target
  100. ; output format is 22K, 8-bit, mono.  The target output format depends
  101. ; on the capabilities of the sound card as well as the setting of
  102. ; MixMaxFidelity.   These settings are used when the installed sound card
  103. ; is not known to Director and is not specified explictly in the
  104. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  105. ; Override sections will override these values for specific sound cards,
  106. ; or for all sound cards, respectively.
  107.  
  108. ;MixBufferMs=200
  109. ; Length of each mixing buffer, in milliseconds.
  110.  
  111. ;MixBufferBytes=0
  112. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  113. ; along with setting MixBufferMs=0, lets you specify the buffer size in
  114. ; bytes rather than milliseconds.
  115.  
  116. ;MixBufferCount=4
  117. ; Number of mixing buffers to use. Must range from 2 to 16.
  118.  
  119. ;MixServiceMode=0
  120. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  121. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  122. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  123. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  124. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  125. ;         this mode is set, it is best to use MixBufferBytes to specify a
  126. ;         fixed buffer size which is a multiple of 1024.  This mode is not
  127. ;         supported by all sound cards.
  128.  
  129. ;MixIntPeriodMs=200
  130. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  131.  
  132. ;MixIntResolutionMs=50
  133. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  134.  
  135. [Low Mono Media Vision Waveform Output]
  136. MixBufferBytes=0
  137. MixBufferMs=150
  138. MixIntPeriodMs=150
  139.  
  140. [Low Media Vision Waveform Output]
  141. MixBufferBytes=0
  142. MixBufferMs=150
  143. MixIntPeriodMs=150
  144.  
  145. [Low Default Sound]
  146. ; Settings in the [Low Default Sound] section apply when the target
  147. ; output format is 22K, 8-bit, stereo.  The target output format depends
  148. ; on the capabilities of the sound card as well as the setting of
  149. ; MixMaxFidelity.   These settings are used when the installed sound card
  150. ; is not known to Director and is not specified explictly in the
  151. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  152. ; Override sections will override these values for specific sound cards,
  153. ; or for all sound cards, respectively.
  154.  
  155. ;MixBufferMs=200
  156. ;MixBufferBytes=0
  157. ;MixBufferCount=4
  158. ;MixServiceMode=0
  159. ;MixIntPeriodMs=200
  160. ;MixIntResolutionMs=50
  161.  
  162. [High Default Sound]
  163. ; Settings in the [High Default Sound] section apply when the target
  164. ; output format is 44K, 16-bit, stereo.  The target output format depends
  165. ; on the capabilities of the sound card as well as the setting of
  166. ; MixMaxFidelity.   These settings are used when the installed sound card
  167. ; is not known to Director and is not specified explictly in the
  168. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  169. ; Override sections will override these values for specific sound cards,
  170. ; or for all sound cards, respectively.
  171. ;MixBufferMs=200
  172. ;MixBufferBytes=0
  173. ;MixBufferCount=4
  174. ;MixServiceMode=0
  175. ;MixIntPeriodMs=200
  176. ;MixIntResolutionMs=50
  177.  
  178. ; Sound Card-Specific Settings -----------------------------------------
  179.  
  180. ;[Low Mono <SoundCardName>]
  181. ; Settings in this section apply when the target output format is
  182. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  183. ; output format depends on the capabilities of the sound card, as well
  184. ; as the setting of MixMaxFidelity.  You can have any number of these
  185. ; sections. Replace "<SoundCardName>" (including the angled brackets)
  186. ; with the actual name of the sound card you want to set defaults for.
  187. ; To find the name of your card, launch the Sound Mapper application,
  188. ; and look in the Playback field.  Director maintains a built-in table
  189. ; of settings for many popular sound cards.  Settings in this section take
  190. ; precedence over Director's built-in settings.
  191. ;MixBufferMs=200
  192. ;MixBufferCount=4
  193. ;MixBufferBytes=0
  194. ;MixServiceMode=0
  195. ;MixIntPeriodMs=200
  196. ;MixIntResolutionMs=50
  197.  
  198. [Low <SoundCardName>]
  199. ; Settings in this section apply when the target output format is
  200. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  201. ; output format depends on the capabilities of the sound card, as well
  202. ; as the setting of MixMaxFidelity.  You can have any number of these
  203. ; sections. Replace "<SoundCardName>" (including the angled brackets)
  204. ; with the actual name of the sound card you want to set defaults for.
  205. ; To find the name of your card, launch the Sound Mapper application,
  206. ; and look in the Playback field.  Director maintains a built-in table
  207. ; of settings for many popular sound cards.  Settings in this section take
  208. ; precedence over Director's built-in settings.
  209. ;MixBufferMs=200
  210. ;MixBufferCount=4
  211. ;MixBufferBytes=0
  212. ;MixServiceMode=0
  213. ;MixIntPeriodMs=200
  214. ;MixIntResolutionMs=50
  215.  
  216. ;[High <SoundCardName>]
  217. ; Settings in this section apply when the target output format is
  218. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  219. ; output format depends on the capabilities of the sound card, as well
  220. ; as the setting of MixMaxFidelity.  You can have any number of these
  221. ; sections. Replace "<SoundCardName>" (including the angled brackets)
  222. ; with the actual name of the sound card you want to set defaults for.
  223. ; To find the name of your card, launch the Sound Mapper application,
  224. ; and look in the Playback field.  Director maintains a built-in table
  225. ; of settings for many popular sound cards.  Settings in this section take
  226. ; precedence over Director's built-in settings.
  227. ;MixBufferMs=200
  228. ;MixBufferBytes=0
  229. ;MixBufferCount=4
  230. ;MixServiceMode=0
  231. ;MixIntPeriodMs=200
  232. ;MixIntResolutionMs=50
  233.  
  234. ; Sound Override Settings ----------------------------------------------
  235.  
  236. [Low Mono Override]
  237. ; Settings in the [Low Mono Override] apply when the target ouput format
  238. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  239. ; of the sound card, as well as the setting of MixMaxFidelity.
  240. ; These settings will override Director's internal settings, any defaults
  241. ; specified in the Default Sound sections, as well as settings for specific
  242. ; cards.  Change these settings only if you want to force Director to use
  243. ; certain values regardless of the sound card installed in the computer.
  244. ; It is not recommended that you modify these settings for movies which
  245. ; you are going to distribute, as they will override Director's internal
  246. ; settings which are already optimized for various sound cards.
  247. ;MixBufferMs=200
  248. ;MixBufferBytes=0
  249. ;MixBufferCount=4
  250. ;MixServiceMode=0
  251. ;MixIntPeriodMs=200
  252. ;MixIntResolutionMs=50
  253.  
  254. [Low Override]
  255. ; Settings in the [Low Override] apply when the target ouput format
  256. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  257. ; of the sound card, as well as the setting of MixMaxFidelity.
  258. ; These settings will override Director's internal settings, any defaults
  259. ; specified in the Default Sound sections, as well as settings for specific
  260. ; cards.  Change these settings only if you want to force Director to use
  261. ; certain values regardless of the sound card installed in the computer.
  262. ; It is not recommended that you modify these settings for movies which
  263. ; you are going to distribute, as they will override Director's internal
  264. ; settings which are already optimized for various sound cards.
  265. ;MixBufferMs=200
  266. ;MixBufferBytes=0
  267. ;MixBufferCount=4
  268. ;MixServiceMode=0
  269. ;MixIntPeriodMs=200
  270. ;MixIntResolutionMs=50
  271.  
  272. [High Override]
  273. ; Settings in the [High Override] apply when the target ouput format
  274. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  275. ; of the sound card, as well as the setting of MixMaxFidelity.
  276. ; These settings will override Director's internal settings, any defaults
  277. ; specified in the Default Sound sections, as well as settings for specific
  278. ; cards.  Change these settings only if you want to force Director to use
  279. ; certain values regardless of the sound card installed in the computer.
  280. ; It is not recommended that you modify these settings for movies which
  281. ; you are going to distribute, as they will override Director's internal
  282. ; settings which are already optimized for various sound cards.
  283. ;MixBufferMs=200
  284. ;MixBufferBytes=0
  285. ;MixBufferCount=4
  286. ;MixServiceMode=0
  287. ;MixIntPeriodMs=200
  288. ;MixIntResolutionMs=50
  289.